home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / UCB Logo 3.0 / logolib / reverse < prev    next >
Encoding:
Text File  |  1992-09-04  |  116 b   |  7 lines  |  [TEXT/JV01]

  1. to reverse :in [:out []]
  2. if emptyp :in [output :out]
  3. output (reverse bf :in fput first :in :out)
  4. end
  5.  
  6. bury "reverse
  7.